home *** CD-ROM | disk | FTP | other *** search
/ Champak 28 / Volume 28 - JOGO DISK .iso / Games / doggler_vs_barron_von_hare.swf / scripts / DoInitAction.as < prev    next >
Text File  |  2006-11-13  |  217b  |  6 lines

  1. Object.registerClass("FocusManager",mx.managers.FocusManager);
  2. if(_root.focusManager == undefined)
  3. {
  4.    _root.createClassObject(mx.managers.FocusManager,"focusManager",mx.managers.DepthManager.highestDepth--);
  5. }
  6.